.title {
	text-align: left;
	display: block;
}

.title h2 {
	font-size: 48px;
	color: #444;
	font-weight: bold;
	margin-top: -42px;
	position: relative;
	z-index: 2;
}

.title p {
	text-transform: uppercase;
	color: rgba(62, 170, 152, 0.2);
	font-size: 66px;
	position: relative;
	z-index: 1;
	font-weight: bold;
}

@media(max-width:1510px) {
	.title h2 {
		font-size: 42px;
	}
}

@media(max-width:1410px) {
	.title h2 {
		font-size: 40px;
	}

	.title p {
		font-size: 58px;
	}
}

@media(max-width:991px) {
	.title {
		text-align: center;
	}
}

@media(max-width:767px) {
	.title h2 {
		font-size: 36px;
		margin-top: -36px;
	}

	.title p {
		font-size: 48px;
	}
}

@media(max-width:500px) {
	#banner .swiper-pagination-bullet-active::after {
		display: none;
	}

	.title p {
		font-size: 36px;
	}

	.title h2 {
		font-size: 26px;
		margin-top: -24px;
	}
}

.fangda {
	width: 145px;
	line-height: 42px;
	border-radius: 25px;
	background: #3eaa98;
	text-align: center;
	display: block;
	font-size: 16px;
	color: #fff;
	margin-top: 15px;
	position: relative;
	overflow: hidden;
	transition: all 0.5s;
}

.fangda em {
	content: "";
	position: absolute;
	display: block;
	transition: all .6s;
	width: 100%;
	height: 0;
	border-radius: 50%;
	left: 50%;
	top: 50%;
	padding-top: 100%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-animation: wave 1.3s infinite;
	animation: wave 1.3s infinite;
	z-index: 1;
}

@-webkit-keyframes wave {
	0% {
		background: rgba(255, 255, 255, .8);
		transform: translateX(-50%) translateY(-50%) scale(0)
	}

	to {
		background: transparent;
		transform: translateX(-50%) translateY(-50%) scale(1)
	}
}

@keyframes wave {
	0% {
		background: rgba(0, 0, 0, .25);
		transform: translateX(-50%) translateY(-50%) scale(0)
	}

	to {
		background: transparent;
		transform: translateX(-50%) translateY(-50%) scale(1)
	}
}

#product {
	background: #f5f5f5;
	display: block;
	padding: 75px 0 80px 0;
}

#product .product_nr {
	margin-top: 55px;
	padding: 0 8px;
}

#product .product_nr .cate_box {
	display: flex;
}

#product .product_nr .cate_box .cate_left {
	flex: 1;
	margin-right: 13px;
}

#product .product_nr .cate_box .cate_left a {
	display: block;
	border-radius: 10px;
	background: #fff;
	transition: all 0.5s;
}

#product .product_nr .cate_box .cate_left a:hover {
	box-shadow: 0px 0px 10px 0px rgba(62, 170, 152, 0.3);
}

#product .product_nr .cate_box .cate_left a .t {
	display: block;
	overflow: hidden;
	padding: 90px 32px 0px 68px;
}

#product .product_nr .cate_box .cate_left a .t .t_l {
	float: left;
	display: block;
}

#product .product_nr .cate_box .cate_left a .t .t_l h3 {
	font-size: 36px;
	font-weight: bold;
	color: #31af9a;
}

#product .product_nr .cate_box .cate_left a .t .t_l p {
	font-size: 20px;
	display: block;
	color: #666666;
	line-height: 2;
	margin-top: 6px;
}

#product .product_nr .cate_box .cate_left a .t .t_r {
	float: right;
	display: block;
}

#product .product_nr .cate_box .cate_left a .t .t_r dt {
	display: block;
	position: relative;
}

#product .product_nr .cate_box .cate_left a .t .t_r dt::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	border: 12px solid rgba(255, 255, 255, 0);
	border-top-color: #3eaa98;
	border-right-color: #3eaa98;
	left: 0;
	top: 0;
	border-radius: 50%;
	-webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
}

#product .product_nr .cate_box .cate_left a:hover .t .t_r dt::after {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	border-color: #3eaa98;
}

#product .product_nr .cate_box .cate_left a .t .t_r dt img {
	display: block;
	max-width: 100%;
	border-radius: 50%;
	border: 4px solid #31af9a;
}

#product .product_nr .cate_box .cate_left a .b {
	display: block;
	margin-top: 50px;
	padding-left: 30px;
}

#product .product_nr .cate_box .cate_left a .b dt {
	display: block;
}

#product .product_nr .cate_box .cate_left a .b dt img {
	max-width: 100%;
	display: block;
	position: relative;
	bottom: 20px;
}

#product .product_nr .cate_box .cate_right {
	flex: 1;
}

#product .product_nr .cate_box .cate_right .cate_2 {
	height: 50%;
	border-radius: 10px;
}

#product .product_nr .cate_box .cate_right .cate_2:first-child {
	padding-bottom: 10px;
}

#product .product_nr .cate_box .cate_right .cate_2 a {
	display: block;
	position: relative;
	overflow: hidden;
	padding: 53px 20px 35px 55px;
	background: #fff;
	height: 100%;
	border-radius: 10px;
	transition: all 0.5s;
}

#product .product_nr .cate_box .cate_right .cate_2 a:hover {
	box-shadow: 0px 0px 8px 0px rgba(62, 170, 152, 0.2);
}

#product .product_nr .cate_box .cate_right .cate_2 a .t {}

#product .product_nr .cate_box .cate_right .cate_2 a .t_l {
	float: left;
	display: block;
	width: 34%;
}

#product .product_nr .cate_box .cate_right .cate_2 a .t_r {
	float: right;
	display: block;
	width: 66%;
}

#product .product_nr .cate_box .cate_right .cate_2 a .t_r dt {
	position: absolute;
	width: 110px;
	height: 110px;
	display: block;
	right: 30px;
	top: 30px;
	z-index: 9;
}

#product .product_nr .cate_box .cate_right .cate_2 a .t_r dt::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	border: 8px solid rgba(255, 255, 255, 0);
	border-top-color: #3eaa98;
	border-right-color: #3eaa98;
	left: 0;
	top: 0;
	border-radius: 50%;
	-webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
}

#product .product_nr .cate_box .cate_right .cate_2 a:hover .t_r dt::after {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	border-color: #3eaa98;
}

#product .product_nr .cate_box .cate_right .cate_2 a .t_r .b {
	float: right;
}

#product .product_nr .cate_box .cate_right .cate_2 a .t_r .b img {
	max-width: 100%;
}

#product .product_nr .cate_box .cate_right .cate_2 a .t_r dt img {
	display: block;
	max-width: 100%;
	border-radius: 50%;
	border: 4px solid #31af9a;
}

#product .product_nr .cate_box .cate_right .cate_2 a .t_l h3 {
	font-size: 36px;
	font-weight: bold;
	color: #31af9a;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

#product .product_nr .cate_box .cate_right .cate_2 a .t_l p {
	font-size: 20px;
	display: block;
	color: #666666;
	line-height: 2;
	margin-top: 6px;
}

#product .product_nr .cate_box .cate_right .cate_2:last-child a .t_r {
	width: 50%
}

#product .product_nr .cate_box .cate_right .cate_2:last-child a .t_l {
	width: 50%;
}

#product a:hover .fangda {
	margin-left: 20px;
}

@media(max-width:1510px) {
	#product {
		padding: 45px 0 50px 0;
	}

	#product .product_nr {
		padding: 0px;
	}

	#product .product_nr .cate_box .cate_left a .t {
		padding: 70px 32px 0px 38px;
	}

	#product .product_nr .cate_box .cate_left a .t .t_l h3 {
		font-size: 34px;
	}

	#product .product_nr .cate_box .cate_left a .t .t_l p {
		font-size: 18px;
	}

	#product .product_nr .cate_box .cate_left a .t .t_r dt {
		width: 200px;
	}

	#product .product_nr .cate_box .cate_left a .t .t_r dt::after {
		border: 10px solid rgba(255, 255, 255, 0);
		border-top-color: #3eaa98;
		border-right-color: #3eaa98;
	}

	#product .product_nr .cate_box .cate_right .cate_2 a .t_l h3 {
		font-size: 34px;
	}

	#product .product_nr .cate_box .cate_right .cate_2 a .t_l p {
		font-size: 18px;
	}
}

@media(max-width:1410px) {
	#product .product_nr {
		margin-top: 35px;
	}

	#product .product_nr .cate_box .cate_left a .t .t_l h3 {
		font-size: 30px;
	}

	#product .product_nr .cate_box .cate_left a .t .t_l p {
		font-size: 16px;
	}

	#product .product_nr .cate_box .cate_right .cate_2 a .t_l h3 {
		font-size: 30px;
	}

	#product .product_nr .cate_box .cate_right .cate_2 a .t_l p {
		font-size: 16px;
	}

	#product .product_nr .cate_box .cate_right .cate_2 a .t_r dt::after {
		border: 6px solid rgba(255, 255, 255, 0);
		border-top-color: #3eaa98;
		border-right-color: #3eaa98;
	}
}

@media(max-width:1310px) {
	#product {
		padding: 35px 0 40px 0;
	}

	#product .product_nr .cate_box .cate_left a .t .t_l h3 {
		font-size: 28px;
	}

	#product .product_nr .cate_box .cate_left a .t .t_l p {
		font-size: 14px;
	}

	#product .product_nr .cate_box .cate_right .cate_2 a .t_l p {
		font-size: 14px;
	}

	#product .product_nr .cate_box .cate_right .cate_2 a .t_l h3 {
		font-size: 28px;
	}

	#product .product_nr .cate_box .cate_left a .t .t_r dt {
		width: 180px;
	}
}

@media(max-width:1199px) {
	#product .product_nr .cate_box .cate_left a .t {
		padding: 50px 22px 0px 28px;
	}

	#product .product_nr .cate_box .cate_left a .t .t_r dt {
		width: 160px;
	}

	#product .product_nr .cate_box .cate_right .cate_2 a {
		padding: 33px 20px 25px 35px;
	}

	#product .product_nr .cate_box .cate_right .cate_2 a .t_l {
		width: 37%;
	}

	#product .product_nr .cate_box .cate_right .cate_2 a .t_r {
		width: 63%;
	}
}

@media(max-width:991px) {
	#product .product_nr .cate_box {
		display: block;
	}

	#product .product_nr .cate_box .cate_left {
		display: block;
		width: 100%;
		margin-right: 0px;
		margin-bottom: 20px;
	}

	#product .product_nr .cate_box .cate_left a .t {
		padding-top: 80px;
	}

	#product .product_nr .cate_box .cate_right .cate_2:first-child {
		padding-bottom: 0px;
		margin-bottom: 20px;
	}

	#product .product_nr .cate_box .cate_right .cate_2 a .t_l {
		margin-top: 30px;
	}
}

@media(max-width:767px) {
	#product .product_nr .cate_box .cate_left a .b {
		margin-top: 0px;
	}

	#product .product_nr .cate_box .cate_left a .t {
		padding-top: 50px;
	}

	#product .product_nr .cate_box .cate_right .cate_2:first-child a .t_l {
		float: right;
		margin-top: 0;
	}

	#product .product_nr .cate_box .cate_right .cate_2:first-child a .t_r {
		float: left;
	}

	#product .product_nr .cate_box .cate_right .cate_2:first-child a .t_r dt {
		right: 230px;
	}

	#product .product_nr .cate_box .cate_right .cate_2:first-child a {
		padding: 23px 15px 35px 0px;
	}
}

@media(max-width:500px) {
	#product {
		padding: 20px 0 20px 0;
	}

	#product .product_nr {
		margin-top: 25px;
	}

	#product .product_nr .cate_box .cate_left a .t {
		padding: 30px 15px 0px 15px;
	}

	#product .product_nr .cate_box .cate_left a .t .t_l h3 {
		font-size: 22px;
	}

	#product .fangda {
		font-size: 14px;
		width: 120px;
	}

	#product .product_nr .cate_box .cate_left a .t .t_r dt {
		width: 110px;
	}

	#product .product_nr .cate_box .cate_left a .t .t_r dt img {
		border: 2px solid #31af9a;
	}

	#product .product_nr .cate_box .cate_left a .t .t_r dt::after {
		border: 6px solid rgba(255, 255, 255, 0);
		border-top-color: #3eaa98;
		border-right-color: #3eaa98;
	}

	#product .product_nr .cate_box .cate_left a .b {
		margin-top: 30px;
	}

	#product .product_nr .cate_box .cate_right .cate_2 a {
		padding: 23px 15px 35px 15px;
	}

	#product .product_nr .cate_box .cate_right .cate_2 a .t_l p {
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
	}

	#product .product_nr .cate_box .cate_right .cate_2 a .t_l h3 {
		font-size: 22px;
	}

	#product .product_nr .cate_box .cate_right .cate_2 a .t_r dt {
		width: 80px;
		height: 80px;
		right: 20px;
		top: 50%;
	}

	#product .product_nr .cate_box .cate_right .cate_2 a .t_r dt::after {
		border: 4px solid rgba(255, 255, 255, 0);
		border-top-color: #3eaa98;
		border-right-color: #3eaa98;
	}

	#product .product_nr .cate_box .cate_right .cate_2 a .t_r dt img {
		border: 2px solid #31af9a;
	}

	#product .product_nr .cate_box .cate_right .cate_2:first-child a .t_r dt {
		right: 150px;
	}
}

@media(max-width:350px) {
	#product .product_nr .cate_box .cate_left a .t .t_r dt {
		width: 80px;
	}

	#product .product_nr .cate_box .cate_left a .b {
		margin-top: 0px;
	}

	#product .product_nr .cate_box .cate_left a .t .t_l h3 {
		font-size: 18px;
	}

	#product .fangda {
		line-height: 2.5;
	}

	#product .product_nr .cate_box .cate_right .cate_2 a .t_l h3 {
		font-size: 18px;
	}
}

#advantage {
	padding: 70px 0 170px 0;
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 1;
	background: url(../images/ysbg.jpg)no-repeat center /cover;
}

#advantage .advantage_nr {
	display: flex;
	overflow: hidden;
}

#advantage .advantage_nr .advantage_btn {
	flex: 1;
	padding-top: 70px;
}

#advantage .advantage_nr .advantage_btn a {
	display: block;
	margin-bottom: 18px;
	padding: 0 10px;
}

#advantage .advantage_nr .advantage_btn a .box {
	display: flex;
	align-items: center;
	background: #fff;
	border-radius: 100px;
	position: relative;
	transition: all 0.5s;
	overflow: hidden;
}

#advantage .advantage_nr .advantage_btn a .box::after {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 100%;
	border-radius: 100px;
	top: 0;
	left: 0;
	background: #3eaa98;
	transition: all .5s ease;
	z-index: 1;
}

#advantage .advantage_nr .advantage_btn a .box dt {
	flex: 0.35;
	position: relative;
	z-index: 2;
}

#advantage .advantage_nr .advantage_btn a .box dt img {
	max-width: 110px;
	display: block;
	border: 4px solid #bbbbbb;
	border-radius: 50%;
	transition: all 0.5s;
}

#advantage .advantage_nr .advantage_btn a .box .desc {
	flex: 0.65;
	position: relative;
	z-index: 2;
}

#advantage .advantage_nr .advantage_btn a .box .desc p {
	font-size: 24px;
	font-weight: bold;
	color: #444444;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

#advantage .advantage_nr .advantage_btn a .box .desc span {
	font-size: 14px;
	color: #999999;
	display: block;
	line-height: 2;
	width: 90%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

#advantage .advantage_nr .advantage_btn a.on .box::after {
	width: 100%;
}

#advantage .advantage_nr .advantage_btn a.on .box dt img {
	border: 4px solid #3eaa98;
	transform: rotate(360deg);
}

#advantage .advantage_nr .advantage_btn a.on .box .desc p {
	color: #fff;
}

#advantage .advantage_nr .advantage_btn a.on .box .desc span {
	color: #fff;
}

#advantage .advantage_nr ul {
	flex: 1;
}

#advantage .advantage_nr ul li {
	padding-left: 73px;
	padding-right: 73px;
	display: none;
}

#advantage .advantage_nr ul li:first-child {
	display: block;
}

#advantage .advantage_nr ul li .box_desc {
	display: block;
}

#advantage .advantage_nr ul li .box_desc .t {
	display: block;
	overflow: hidden;
}

#advantage .advantage_nr ul li .box_desc .t .t_l {
	float: left;
	display: block;
	font-size: 126px;
	font-weight: bold;
	font-family: 'arial';
	color: #fff;
	line-height: normal;
}

#advantage .advantage_nr ul li .box_desc .t .t_r {
	float: left;
	display: block;
	margin-top: 22px;
	margin-left: 15px;
}

#advantage .advantage_nr ul li .box_desc .t .t_r p {
	font-size: 42px;
	font-weight: bold;
	color: #3eaa98;
	display: block;
}

#advantage .advantage_nr ul li .box_desc .t .t_r span {
	padding-left: 24px;
	padding-right: 24px;
	display: inline-block;
	line-height: 35px;
	background: #bad618;
	color: #fff;
	font-size: 18px;
}

#advantage .advantage_nr ul li .box_desc .list {
	font-size: 16px;
	display: block;
	color: #666666;
	margin-top: 35px;
	line-height: 2;
}

#advantage .advantage_nr ul li .box_desc a {
	width: 168px;
	display: block;
	line-height: 52px;
	text-align: left;
	padding-left: 35px;
	border-radius: 4px;
	font-size: 18px;
	color: #fff;
	background: #3eaa98;
	position: relative;
	margin-top: 40px;
}

#advantage .advantage_nr ul li .box_desc a::after {
	position: absolute;
	content: '';
	width: 15px;
	height: 16px;
	display: block;
	background: url(../images/right.png)no-repeat center;
	top: 50%;
	transform: translateY(-50%);
	right: 35px;
}

@media(max-width:1510px) {
	#advantage {
		padding: 50px 0 130px 0;
	}

	#advantage .advantage_nr ul li {
		padding-left: 50px;
		padding-right: 50px;
	}

	#advantage .advantage_nr ul li .box_desc .t .t_l {
		font-size: 106px;
	}

	#advantage .advantage_nr ul li .box_desc .t .t_r p {
		font-size: 36px;
	}

	#advantage .advantage_nr ul li .box_desc .t .t_r span {
		font-size: 16px;
	}

	#advantage .advantage_nr ul li .box_desc .t .t_r {
		margin-top: 10px;
		margin-left: 10px;
	}

	#advantage .advantage_nr .advantage_btn a .box .desc p {
		font-size: 22px;
	}

	#advantage .advantage_nr .advantage_btn a .box .desc {
		padding-left: 15px;
	}

	#advantage .advantage_nr .advantage_btn a .box .desc span {
		width: 80%;
	}

	#advantage .advantage_nr ul li .box_desc .list {
		margin-top: 20px;
		font-size: 14px;
	}

	#advantage .advantage_nr ul li .box_desc a {
		margin-top: 30px;
	}
}

@media(max-width:1410px) {
	#advantage .advantage_nr .advantage_btn a .box .desc span {
		width: 70%;
	}
}

@media(max-width:1310px) {
	#advantage .advantage_nr ul li {
		padding-left: 30px;
		padding-right: 30px;
	}

	#advantage .advantage_nr ul li .box_desc a {
		font-size: 16px;
		padding-left: 40px;
	}

	#advantage .advantage_nr .advantage_btn a .box .desc p {
		font-size: 18px;
	}

	#advantage .advantage_nr .advantage_btn a .box .desc span {
		width: 60%;
	}

	#advantage .advantage_nr ul li .box_desc .t .t_r p {
		font-size: 30px;
	}

	#advantage .advantage_nr ul li .box_desc .t .t_r {
		margin-top: 15px;
	}

	#advantage {
		padding: 50px 0 100px 0
	}
}

@media(max-width:1199px) {
	#advantage {
		padding: 30px 0 80px 0;
	}

	#advantage .advantage_nr .advantage_btn {
		flex: 0.6;
	}

	#advantage .advantage_nr ul {
		flex: 0.4;
	}

	#advantage .advantage_nr .advantage_btn a {}

	#advantage .advantage_nr ul li {
		padding-left: 15px;
	}

	#advantage .advantage_nr ul li .box_desc .t .t_l {
		font-size: 90px;
	}
}

@media(max-width:991px) {
	#advantage .advantage_nr {
		display: block;
	}

	#advantage .advantage_nr .advantage_btn {
		display: block;
		overflow: hidden;
		width: 100%;
	}

	#advantage .advantage_nr .advantage_btn a .box {
		display: block;
		border-radius: 0px;
	}

	#advantage .advantage_nr .advantage_btn a .box dt {
		display: none;
	}

	#advantage .advantage_nr .advantage_btn a .box .desc {
		width: 100%;
		display: block;
		padding-top: 15px;
		padding-bottom: 15px;
		padding-right: 15px;
	}

	#advantage .advantage_nr .advantage_btn a .box::after {
		border-radius: 0px;
	}

	#advantage .advantage_nr .advantage_btn a .box .desc span {
		width: 100%;
	}

	#advantage .advantage_nr ul {
		width: 100%;
		display: block;
		margin-top: 20px;
	}
}

@media(max-width:767px) {
	#advantage .advantage_nr .advantage_btn a {
		width: 50%;
		float: left;
	}

	#advantage .advantage_nr .advantage_btn a:nth-child(odd) {
		padding-right: 8px;
		padding-left: 0px;
	}

	#advantage .advantage_nr .advantage_btn a:nth-child(even) {
		padding-left: 8px;
		padding-right: 0px;
	}

	#advantage .advantage_nr .advantage_btn {
		padding-top: 30px;
	}

	#advantage {
		padding-bottom: 40px;
	}

	#advantage .advantage_nr ul li {
		padding-left: 10px;
	}
}

@media(max-width:500px) {
	#advantage .advantage_nr .advantage_btn a .box .desc {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	#advantage .advantage_nr .advantage_btn a .box .desc p {
		font-size: 17px;
	}

	#advantage .advantage_nr .advantage_btn a {
		margin-bottom: 10px;
	}

	#advantage .advantage_nr .advantage_btn a:nth-child(odd) {
		padding-right: 5px;
		padding-left: 0px;
	}

	#advantage .advantage_nr .advantage_btn a:nth-child(even) {
		padding-left: 5px;
		padding-right: 0px;
	}

	#advantage .advantage_nr ul li .box_desc .t .t_l {
		font-size: 80px;
	}

	#advantage .advantage_nr ul li .box_desc .t .t_r p {
		font-size: 24px;
	}

	#advantage .advantage_nr ul li .box_desc .t .t_r span {
		font-size: 14px;
		line-height: 2;
		padding-left: 14px;
		padding-right: 14px;
	}

	#advantage .advantage_nr ul li .box_desc .t .t_r {
		margin-top: 8px;
	}

	#advantage .advantage_nr ul li {
		padding-right: 0px;
	}
}

@media(max-width:350px) {
	#advantage .advantage_nr .advantage_btn a .box .desc span {
		font-size: 12px;
	}

	#advantage .advantage_nr ul li .box_desc a {
		font-size: 14px;
		line-height: 3;
		width: 150px;
	}
}

#case {
	display: block;
	padding-top: 60px;
	padding-bottom: 125px;
	position: relative;
	background: #f5f5f5;
}

#case .case_bg {
	position: absolute;
	top: -50px;
	left: 0;
	z-index: 2;
}

#case .case_bg img {
	display: block;
	max-width: 100%;
}

#case .case_box {
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 3;
}

#case .case_box .box_l {
	text-align: left;
}

#case .case_box .box_l .case_t {
	text-align: left;
	display: block;
}

#case .case_box .box_l .case_t p {
	margin: 35px auto;
	width: 90px;
	font-size: 20px;
	line-height: 24px;
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	font-size: 66px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	float: left;
}

#case .case_box .box_l .case_t span {
	float: left;
	width: 50px;
	font-size: 48px;
	color: #fff;
	font-weight: bold;
	line-height: 50px;
}

#case .case_box .box_r {
	display: block;
	position: relative;
}

#case .case_box .box_r .box_r_nr {
	display: block;
}

#case .case_box .box_r .box_r_nr .case_btn {
	display: block;
	overflow: hidden;
	margin-bottom: 35px;
}

#case .case_box .box_r .box_r_nr .case_btn a {
	width: 168px;
	line-height: 52px;
	display: block;
	border-radius: 5px;
	text-align: center;
	background: #fff;
	display: inline-block;
	margin-right: 26px;
	font-size: 18px;
	color: #999999;
}

#case .case_box .box_r .box_r_nr .case_btn a.on {
	background: #3eaa98;
	color: #fff;
}

#case .case_box .box_r .case_imgbox ul li {
	display: block;
}

#case .case_box .box_r .case_imgbox ul li a {
	display: block;
}

#case .case_box .box_r .case_imgbox ul li a img {
	max-width: 100%;
	display: block;
}

#case .case_box .box_r .case_imgbox ul li a .desc {
	padding: 34px 37px 0;
}

#case .case_box .box_r .case_imgbox ul li a .desc .t {
	font-size: 24px;
	font-weight: bold;
	color: #444444;
	display: block;
}

#case .case_box .box_r .case_imgbox ul li:hover a .desc .t {
	color: #32af9a;
}

#case .case_box .box_r .case_imgbox ul li a .desc .list {
	font-size: 14px;
	color: #999999;
	display: block;
	line-height: 1.6;
	margin-top: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

#case .case_box .box_r .case_imgbox ul li a .desc span {
	margin-top: 20px;
	font-size: 14px;
	color: #999999;
	display: block;
	overflow: hidden;
}

#case .case_box .box_r .case_imgbox ul li:hover a .desc span {
	color: #666;
}

#case .case_box .box_r .owl-prev,
#case .case_box .box_r .owl-next {
	position: absolute;
	width: 58px;
	height: 58px;
	display: block;
	bottom: 0;
	left: -200px;
	z-index: 9;
	border-radius: 50%;
	border: 2px solid #fff;
	text-indent: -9999999px;
	background-image: url(../images/case_ico.png);
	background-repeat: no-repeat;
	background-color: rgba(255, 255, 255, 0.2);
	background-position: center;
	transition: all 0.5s;
}

#case .case_box .box_r .owl-prev {
	bottom: 95px;
}

#case .case_box .box_r .owl-next {
	bottom: 25px;
	transform: rotate(180deg);
}

#case .case_box .box_r .owl-prev:hover,
#case .case_box .box_r .owl-next:hover {
	box-shadow: 0px 0px 8px 0px rgba(255, 255, 255, 0.4);
	background-color: rgba(62, 170, 152, 1);
	border: 2px solid #3eaa98;
}

@media(max-width:1810px) {
	#case .case_bg img {
		max-width: 75%;
	}

	#case .case_box .box_r .owl-prev,
	#case .case_box .box_r .owl-next {
		left: -130px;
	}

	#case .case_box .box_r .owl-prev {
		bottom: 215px;
	}

	#case .case_box .box_r .owl-next {
		bottom: 145px;
	}
}

@media(max-width:1710px) {
	#case .case_bg img {
		max-width: 75%;
	}

	#case .case_box .box_r .owl-prev,
	#case .case_box .box_r .owl-next {
		left: -130px;
	}

	#case .case_box .box_r .owl-prev {
		bottom: 215px;
	}

	#case .case_box .box_r .owl-next {
		bottom: 145px;
	}
}

@media(max-width:1610px) {
	#case .case_bg img {
		max-width: 70%;
	}
}

@media(max-width:1510px) {
	#case .case_bg img {
		max-width: 67%;
	}

	#case {
		padding-bottom: 100px;
	}
}

@media(max-width:1410px) {
	#case .case_bg img {
		max-width: none;
	}

	#case .case_bg {
		width: 230px;
		display: block;
		overflow: hidden;
		height: 600px;
	}

	#case .case_box .box_l .case_t span {
		font-size: 40px;
	}

	#case .case_box .box_l .case_t p {
		font-size: 58px;
	}

	#case {
		padding-bottom: 70px;
	}
}

@media(max-width:1310px) {
	#case .case_bg {
		width: 200px;
		height: 550px;
	}

	#case .case_box .box_l {
		padding-left: 0px;
	}

	#case .case_box .box_r .owl-prev {
		bottom: 185px;
	}

	#case .case_box .box_r .owl-next {
		bottom: 115px;
	}

	#case .case_box .box_r .case_imgbox ul li a .desc {
		padding: 24px 20px 0;
	}

	#case .case_box .box_r .case_imgbox ul li a .desc .t {
		font-size: 20px;
	}
}

@media(max-width:1199px) {
	#case .case_bg {
		width: 170px;
	}

	#case .case_box .box_r .owl-prev {
		bottom: 135px;
	}

	#case .case_box .box_r .owl-next {
		bottom: 65px;
	}
}

@media(max-width:767px) {
	#case {
		padding-bottom: 30px;
		padding-top: 30px;
	}

	#case .case_bg {
		display: none;
	}

	#case .case_box .box_r {
		display: block;
		padding-left: 0px;
		padding-right: 0px;
		margin-top: 30px;
	}

	#case .case_box .box_r .box_r_nr .case_btn {
		text-align: center;
	}
}

@media(max-width:500px) {
	#case .case_box .box_r .box_r_nr .case_btn {
		margin-bottom: 15px;
	}

	#case .case_box .box_r .box_r_nr .case_btn a {
		width: 140px;
		line-height: 3;
		margin-right: 0px;
		font-size: 14px;
		margin-bottom: 15px;
	}

	#case .case_box .box_r .box_r_nr .case_btn a:last-child {
		margin-left: 5px;
	}

	#case .case_box .box_r .box_r_nr .case_btn a:first-child {
		margin-right: 5px;
	}

	#case .case_box .box_r .case_imgbox ul li a .desc .t {
		font-size: 18px;
	}
}

#update_itera .up_it {
	position: relative;
	height: 200vh;
}

#update_itera .up_it {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
}

#update_itera .up_it_video {
	position: relative;
	min-height: 300px;
	width: 100vw;
	height: 100vh;
	top: 0;
	max-height: 100vh;
	overflow: hidden;
	-webkit-transition: ease 0.6s;
	-moz-transition: ease 0.6s;
	-o-transition: ease 0.6s;
	transition: ease 0.6s;
	display: flex;
	justify-content: center;
}

#update_itera .up_it_video img {
	max-width: 100%;
}

.max_767px {
	display: none;
}

#update_itera .up_it_video video {
	object-fit: cover;
	width: 100%;
}

#update_itera .back_black {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.3);
	top: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
	display: none;
	min-height: 300px;
	height: 100%;
}

#update_itera .back_black_f {
	display: flex;
	height: 100%;
	width: 100%;
	justify-content: center;
	align-items: center;
}

#update_itera .back_black .ti1 {
	font-size: 48px;
	color: #fff;
	line-height: 48px;
	margin-bottom: 32px;
}

#update_itera .back_black .ti2 {
	font-size: 18px;
	color: #fff;
	line-height: 18px;
	margin-bottom: 60px;
}

#update_itera .back_black_f a {
	width: 200px;
	display: block;
	line-height: 58px;
	border-radius: 35px;
	background-color: #3eaa98;
	margin: 0 auto;
	color: #ffffff;
	font-size: 20px;
	text-align: left;
}

#update_itera .back_black_f a span {
	float: left;
	overflow: hidden;
	margin-top: 15px;
	margin-left: 33px;
	margin-right: 10px;
}

#update_itera .back_black_f a span img {
	display: block;
	max-width: 100%;
}

#update_itera .back_black .butten_blu {
	width: 160px;
	height: 48px;
	margin: auto;
}

.butten_blu {
	background-color: #2575d5;
	border-radius: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.bu_ti {
	color: #fff;
	cursor: pointer;
	font-size: 16px;
}

.arr_r_w {
	width: 18px;
	height: 8px;
	margin-left: 9px;
	position: relative;
	left: 0px;
	-webkit-transition: left .8s;
	-moz-transition: left .8s;
	-o-transition: left .8s;
	transition: left .8s;
}

@media(max-width:767px) {
	.max_767px {
		display: block;
	}

	#update_itera .back_black .ti1 {
		font-size: 36px;
		margin-bottom: 15px;
	}

	#update_itera .back_black .ti2 {
		font-size: 16px;
		margin-bottom: 50px;
	}
}

@media(max-width:500px) {
	#update_itera .back_black .ti1 {
		font-size: 28px;
	}

	#update_itera .back_black .ti2 {
		font-size: 16px;
		margin-bottom: 20px;
		padding-left: 15px;
		padding-right: 15px;
		line-height: 1.6;
	}

	#update_itera .back_black_f a {
		line-height: 45px;
		font-size: 16px;
		width: 180px;
	}

	#update_itera .back_black_f a span img {
		max-width: 90%;
	}

	#update_itera .back_black_f a span {
		margin-top: 11px;
	}
}

#about {
	overflow: hidden;
	background: #fff;
	position: relative;
	z-index: 2;
	padding-top: 105px;
	padding-bottom: 60px;
}

#about .about_nr {
	display: flex;
	overflow: hidden;
}

#about .about_nr .box_l {
	flex: 0.5;
	padding-right: 140px;
	padding-left: 0;
}

#about .about_nr .box_r {
	flex: 0.5;
}

#about .about_nr .box_l .flex {
	width: 100%;
	height: 100%;
}

#about .about_nr .box_l .flex .desc {
	height: 112px;
	margin-top: 50px;
	font-size: 16px;
	color: #999999;
	line-height: 1.8;
	display: block;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

#about .about_nr .box_l .flex a {
	width: 168px;
	display: block;
	line-height: 52px;
	text-align: left;
	padding-left: 35px;
	border-radius: 4px;
	font-size: 18px;
	color: #fff;
	background: #3eaa98;
	position: relative;
	margin-top: 40px;
}

#about .about_nr .box_l .flex a::after {
	position: absolute;
	content: '';
	width: 15px;
	height: 16px;
	display: block;
	background: url(../images/right.png)no-repeat center;
	top: 50%;
	transform: translateY(-50%);
	right: 35px;
}

#about .about_nr .box_r {
	padding-left: 0px;
	padding-right: 0px;
	position: relative;
}

#about .about_nr .box_r::after {
	position: absolute;
	content: '';
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: #fff;
	left: -40px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9;
	box-shadow: 0px 0px 6px 0px rgba(62, 170, 152, 0.4);
}

#about .about_nr .box_r::before {
	position: absolute;
	content: '';
	width: 4px;
	height: 4px;
	background: #d5d5d5;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
}

#about .about_nr .box_r .swiper-button-next,
#about .about_nr .box_r .swiper-button-prev {
	width: 24px;
	height: 24px;
	display: block;
	position: absolute;
	background: url(../images/about_ico.png)no-repeat center;
	z-index: 10;
	top: 52%;
}

#about .about_nr .box_r .swiper-button-next {
	left: -28px;
}

#about .about_nr .box_r .swiper-button-prev {
	left: 5px;
	transform: rotate(180deg);
}

#about .about_nr .box_r .swiper-button-next:hover,
#about .about_nr .box_r .swiper-button-prev:hover {
	background: url(../images/about_ico_on.png)no-repeat center;
}

#about .about_nr .box_r .swiper-container {
	position: static;
}

#about .about_nr .box_r .swiper-pagination {
	display: none;
}

@media(max-width:1510px) {
	#about .about_nr .box_l {
		padding-right: 100px;
	}
}

@media(max-width:1410px) {

	#about .about_nr .box_r .swiper-button-next,
	#about .about_nr .box_r .swiper-button-prev {
		top: 53%;
	}
}

@media(max-width:1310px) {
	#about .about_nr .box_l .flex a {
		font-size: 16px;
		padding-left: 40px;
	}
}

@media(max-width:1199px) {
	#about .about_nr .box_l {
		padding-right: 50px;
	}

	#about .about_nr .box_l .flex .desc {
		font-size: 14px;
		margin-top: 30px;
		height: auto;
	}

	#about .about_nr .box_l .flex a {
		margin-top: 20px;
	}
}

@media(max-width:991px) {
	#about {
		padding-top: 65px;
	}

	#about .about_nr .box_l .flex .title {
		text-align: left;
	}

	#about .about_nr .box_l .flex .title p {
		font-size: 48px;
	}

	#about .about_nr .box_l .flex .title h2 {
		font-size: 36px;
	}

	#about .about_nr .box_l .flex a {
		display: none;
	}

	#about .about_nr .box_r .swiper-button-next,
	#about .about_nr .box_r .swiper-button-prev {
		top: 55%;
	}
}

@media(max-width:767px) {
	#update_itera .up_it_video video {
		display: none;
	}

	#about .about_nr {
		display: block;
	}

	#about {
		padding-top: 35px;
		padding-bottom: 30px;
	}

	#about .about_nr .box_l {
		display: block;
		overflow: hidden;
		width: 100%;
		margin-bottom: 30px;
		padding-right: 0px;
	}

	#about .about_nr .box_r::after {
		display: none;
	}

	#about .about_nr .box_r::before {
		display: none;
	}

	#about .about_nr .box_r .swiper-button-next,
	#about .about_nr .box_r .swiper-button-prev {
		display: none;
	}

	#about .about_nr .box_r .swiper-pagination {
		display: block;
	}

	#about .about_nr .box_r .swiper-pagination .swiper-pagination-bullet-active {
		background: #3eaa98;
	}
}

@media(max-width:500px) {
	#about .about_nr .box_l .flex .title h2 {
		font-size: 26px;
	}

	#about .about_nr .box_l .flex .title p {
		font-size: 36px;
	}

	#about .about_nr .box_l .flex .desc {
		height: 100px;
	}
}

#scroll {
	background: #fff;
	position: relative;
	z-index: 2;
	padding-bottom: 80px;
}

#scroll .number {
	display: block;
}

#scroll .number .stat-items {
	text-align: center;
	display: block;
}

#scroll .number .stat-items .stat-items-t {
	font-size: 60px;
	color: #3eaa98;
	font-weight: bold;
	line-height: 1;
}

#scroll .number .stat-items .stat-items-unit {
	font-size: 16px;
	color: #3eaa98;
	line-height: normal;
}

#scroll .number .stat-items p {
	line-height: normal;
	display: block;
	font-size: 16px;
	color: #888888;
}

#scroll .number .stat-items .stat-items-t-box {}

#scroll .number .stat-items .stat-items-t {
	position: relative;
}

#scroll .number .stat-items .stat-items-t::after {
	position: absolute;
	content: '';
	width: 35px;
	height: 35px;
	display: block;
	top: 17px;
	right: -80px;
}

#scroll .number .stat-items:nth-child(1) .stat-items-t::after {
	background: url(../images/number_ico01.png)no-repeat center / contain;
}

#scroll .number .stat-items:nth-child(2) .stat-items-t::after {
	background: url(../images/number_ico02.png)no-repeat center / contain;
}

#scroll .number .stat-items:nth-child(3) .stat-items-t::after {
	background: url(../images/number_ico03.png)no-repeat center / contain;
}

#scroll .number .stat-items:nth-child(4) .stat-items-t::after {
	background: url(../images/number_ico04.png)no-repeat center / contain;
}

@media(max-width:1510px) {
	#scroll .number .stat-items .stat-items-t {
		font-size: 52px;
	}

	#scroll .number .stat-items .stat-items-t::after {
		right: -65px;
	}

	#scroll {
		padding-bottom: 50px;
	}
}

@media(max-width:1310px) {
	#scroll .number .stat-items .stat-items-t::after {
		width: 30px;
		height: 30px;
	}
}

@media(max-width:1199px) {
	#scroll .number .stat-items .stat-items-t::after {
		display: none;
	}

	#scroll .number .stat-items .stat-items-t {
		font-size: 40px;
	}
}

@media(max-width:767px) {
	#scroll {
		padding-bottom: 30px;
	}

	#scroll .number .stat-items {
		margin-bottom: 20px;
	}
}

@media(max-width:500px) {
	#scroll .number .stat-items .stat-items-t {
		font-size: 32px;
	}

	#scroll .number .stat-items p {
		font-size: 14px;
		line-height: 2;
	}

	#scroll {
		padding-bottom: 0px;
	}
}

#honor {
	overflow: hidden;
	background: #f5f5f5;
	display: block;
	position: relative;
	z-index: 2;
	padding-top: 70px;
	padding-bottom: 85px;
}

#honor .honor_nr {
	display: block;
	margin-top: 45px;
}

#honor .honor_nr ul {
	display: block;
}

#honor .honor_nr ul a {
	display: block;
	padding-top: 40px;
	padding-left: 12px;
	padding-right: 12px;
	background: #fff;
	padding-bottom: 15px;
}

#honor .honor_nr ul a img {
	display: block;
	border: 1px solid #eee;
}

#honor .honor_nr ul a p {
	font-size: 16px;
	color: #666666;
	line-height: 3;
	text-align: center;
	display: block;
	margin: 10px 0 0;
}

#honor .honor_nr ul a:hover p {
	color: #32af9a;
}

#honor .honor_nr ul .owl-nav .owl-prev,
#honor .honor_nr ul .owl-nav .owl-next {
	position: absolute;
	width: 58px;
	height: 58px;
	display: block;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9;
	border-radius: 50%;
	border: 2px solid #d5d5d5;
	text-indent: -9999999px;
	background-image: url(../images/honer_ico.png);
	background-repeat: no-repeat;
	background-color: rgba(255, 255, 255, 0.2);
	background-position: center;
	transition: all 0.5s;
}

#honor .honor_nr ul .owl-nav .owl-prev:hover,
#honor .honor_nr ul .owl-nav .owl-next:hover {
	background-image: url(../images/honer_ico_on.png);
	background-color: #32af9a;
	border: 2px solid #32af9a;
}

#honor .honor_nr ul .owl-nav .owl-prev {
	left: -65px;
	transform: rotate(180deg);
}

#honor .honor_nr ul .owl-nav .owl-next {
	right: -65px;
}

@media(max-width:1510px) {
	#honor {
		padding-top: 50px;
		padding-bottom: 65px;
	}

	#honor .honor_nr ul a {
		padding-top: 30px;
		padding-left: 37px;
		padding-right: 37px;
	}

	#honor .honor_nr ul a p {
		line-height: 2;
	}

	#honor .honor_nr .owl-nav {
		display: none;
	}
}

@media(max-width:991px) {
	#honor {
		padding-top: 30px;
		padding-bottom: 45px;
	}
}

@media(max-width:500px) {
	#honor .honor_nr {
		margin-top: 25px;
	}

	#honor .honor_nr ul a {
		padding-top: 15px;
		padding-left: 17px;
		padding-right: 17px;
	}

	#honor {
		padding-top: 20px;
		padding-bottom: 25px;
	}
}

#city {
	background: url(../images/city_bg.png)no-repeat center #edf4f4;
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 2;
}

#city .city_nr {
	overflow: hidden;
	padding-top: 35px;
	display: flex;
	flex-direction: row-reverse;
}

#city .city_nr .city_l {
	flex: 0.6;
}

#city .city_nr .city_l dt {
	display: block;
}

#city .city_nr .city_l dt img {
	display: block;
	max-width: 100%;
}

#city .city_nr .city_r {
	flex: 0.4;
}

#city .city_nr .city_r .flex {
	width: 100%;
	height: 100%;
	-webkit-justify-content: left;
}

#city .city_nr .city_r .flex .desc {
	margin-top: 80px;
	display: block;
	overflow: hidden;
}

#city .city_nr .city_r .flex .desc ul {
	display: block;
	overflow: hidden;
}

#city .city_nr .city_r .flex .desc ul li {
	padding-left: 25px;
	font-size: 18px;
	color: #666666;
	line-height: 2;
	position: relative;
}

#city .city_nr .city_r .flex .desc ul li::after {
	width: 14px;
	height: 14px;
	display: block;
	position: absolute;
	content: '';
	border-radius: 50%;
	border: 3px solid #3eaa98;
	left: 2px;
	top: 50%;
	transform: translateY(-50%);
}

#city .city_nr .city_r .flex a {
	width: 168px;
	display: block;
	line-height: 52px;
	text-align: left;
	padding-left: 20px;
	border-radius: 4px;
	font-size: 18px;
	color: #fff;
	background: #3eaa98;
	position: relative;
	margin-top: 40px;
}

#city .city_nr .city_r .flex a::after {
	position: absolute;
	content: '';
	width: 15px;
	height: 16px;
	display: block;
	background: url(../images/right.png)no-repeat center;
	top: 50%;
	transform: translateY(-50%);
	right: 15px;
}

@media(max-width:1510px) {
	#city .city_nr .city_r .flex {
		padding-left: 5%;
	}
}

@media(max-width:1310px) {
	#city .city_nr .city_r .flex a {
		font-size: 16px;
	}

	#city .city_nr .city_r .flex a::after {
		right: 25px;
	}
}

@media(max-width:1199px) {
	#city .city_nr .city_r .flex .desc ul li {
		font-size: 14px;
	}

	#city .city_nr .city_r .flex .desc {
		margin-top: 50px;
	}
}

@media(max-width:991px) {
	#city .city_nr .city_r .flex .title {
		text-align: left;
	}

	#city .city_nr .city_r .flex .title p {
		font-size: 48px;
	}

	#city .city_nr .city_r .flex .title h2 {
		font-size: 36px;
	}

	#city .city_nr .city_r .flex .desc {
		margin-top: 20px;
	}

	#city .city_nr .city_r .flex a {
		margin-top: 20px;
	}
}

@media(max-width:767px) {
	#city .city_nr {
		display: block;
		width: 100%;
		overflow: hidden;
		position: relative;
		z-index: 1;
		padding-bottom: 60px;
	}

	#city {
		padding-top: 60px;
		position: relative;
	}

	#city .city_nr .city_r {
		position: relative;
		z-index: 3;
		width: 100%;
		display: block;
	}

	#city .city_nr .city_l {
		width: 100%;
		display: block;
		position: absolute;
		z-index: 2;
		left: 0;
		bottom: 0;
	}

	#city .city_nr .city_r .flex .title p {
		color: rgba(62, 170, 152, 0.4);
	}

	#city .city_nr .city_r .flex .title h2 {
		color: #333;
	}

	#city .city_nr .city_r .flex .desc ul li {
		color: #444;
		background: #f5f5f5;
		margin-bottom: 10px;
		padding-right: 20px;
	}
}

@media(max-width:500px) {
	#city .city_nr .city_r .flex .title p {
		font-size: 36px;
	}

	#city .city_nr .city_r .flex .title h2 {
		font-size: 26px;
	}

	#city {
		padding-top: 20px;
	}

	#city .city_nr .city_r .flex .desc ul li {
		font-size: 13px;
	}

	#city .city_nr .city_r .flex a {
		font-size: 14px;
		line-height: 3;
		width: 150px;
	}
}

#news {
	overflow: hidden;
	background: #fff;
	display: block;
	position: relative;
	z-index: 2;
	padding-top: 50px;
	padding-bottom: 45px;
}

#news .news_t {
	overflow: hidden;
	display: block;
}

#news .news_t .title {
	float: left;
	display: block;
}

#news .news_t .news_btn {
	float: right;
	display: block;
	padding-top: 50px;
}

#news .news_t .news_btn a {
	width: 168px;
	line-height: 52px;
	display: block;
	border-radius: 5px;
	text-align: center;
	background: #eeeeee;
	display: inline-block;
	margin-left: 26px;
	font-size: 18px;
	color: #999999;
}

#news .news_t .news_btn a.on {
	background: #3eaa98;
	color: #fff;
}

#news .news_nr {
	display: block;
	margin-top: 55px;
	position: relative;
}

#news .news_nr .box_r_nr {
	display: block;
}

#news .news_nr .box_r_nr ul {
	display: block;
}

#news .news_nr .box_r_nr ul li {
	display: block;
	padding: 0 30px;
}

#news .news_nr .box_r_nr ul li a {
	display: block;
}

#news .news_nr .box_r_nr ul li a img {
	max-width: 100%;
	display: block;
}

#news .news_nr .box_r_nr ul li a .desc {
	padding: 20px 10px;
	display: block;
}

#news .news_nr .box_r_nr ul li a .desc .t {
	font-size: 24px;
	color: #666666;
	line-height: 2;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

#news .news_nr .box_r_nr ul li:hover a .desc .t {
	color: #32af9a;
}

#news .news_nr .box_r_nr ul li a .desc .list {
	font-size: 16px;
	color: #999999;
	line-height: 1.6;
	display: block;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 20px;
}

#news .news_nr .box_r_nr ul li a .desc span {
	text-align: left;
	font-size: 14px;
	color: #999999;
	display: block;
}

#news .news_nr .box_r_nr ul li:hover a .desc span {
	color: #454545;
}

#news .news_nr .box_r_nr ul .owl-nav .owl-prev,
#news .news_nr .box_r_nr ul .owl-nav .owl-next {
	position: absolute;
	width: 58px;
	height: 58px;
	display: block;
	top: 35%;
	z-index: 9;
	border-radius: 50%;
	border: 2px solid #d5d5d5;
	text-indent: -9999999px;
	background-image: url(../images/honer_ico.png);
	background-repeat: no-repeat;
	background-color: rgba(255, 255, 255, 0.2);
	background-position: center;
	transition: all 0.5s;
}

#news .news_nr .box_r_nr ul .owl-nav .owl-prev:hover,
#news .news_nr .box_r_nr ul .owl-nav .owl-next:hover {
	background-image: url(../images/honer_ico_on.png);
	background-color: #32af9a;
	border: 2px solid #32af9a;
}

#news .news_nr .box_r_nr ul .owl-nav .owl-prev {
	left: -65px;
	transform: rotate(180deg);
}

#news .news_nr .box_r_nr ul .owl-nav .owl-next {
	right: -65px;
}

@media(max-width:1510px) {
	#news .news_nr .box_r_nr ul li {
		padding: 0 20px;
	}
}

@media(max-width:1410px) {
	#news .news_nr .box_r_nr ul li a .desc .t {
		font-size: 20px;
	}

	#news .news_nr .box_r_nr ul .owl-nav {
		display: none;
	}
}

@media(max-width:1199px) {
	#news {
		padding-top: 40px;
		padding-bottom: 35px;
	}

	#news .news_nr {
		margin-top: 35px;
	}

	#news .news_nr .box_r_nr ul li {
		padding: 0 15px;
	}

	#news .news_nr .box_r_nr ul li a .desc .t {
		font-size: 18px;
	}
}

@media(max-width:991px) {
	#news .news_t .title {
		text-align: left;
		margin-top: 25px;
	}

	#news .news_t .title p {
		font-size: 48px;
	}

	#news .news_t .title h2 {
		font-size: 36px;
	}
}

@media(max-width:767px) {
	#news .news_t .title {
		display: block;
		float: none;
		width: 100%;
		overflow: hidden;
		margin-top: 0px;
		text-align: center;
	}

	#news .news_t .news_btn {
		float: none;
		padding-top: 30px;
		text-align: center;
	}
}

@media(max-width:500px) {
	#news .news_t .title p {
		font-size: 36px;
	}

	#news .news_t .title h2 {
		font-size: 26px;
	}

	#news {
		padding-top: 20px;
		padding-bottom: 25px;
	}

	#news .news_t .news_btn a {
		width: 140px;
		line-height: 3;
		margin-left: 0px;
		font-size: 14px;
	}

	#news .news_t .news_btn a:last-child {
		margin-left: 5px;
	}

	#news .news_t .news_btn a:first-child {
		margin-right: 5px;
	}

	#news .news_nr .box_r_nr ul li {
		padding: 0 5px;
	}

	#news .news_nr .box_r_nr ul li a .desc .t {
		font-size: 16px;
	}

	#news .news_nr .box_r_nr ul li a .desc .list {
		font-size: 14px;
	}
}

.case {
				width: 100%;
				overflow: hidden;
				margin: 0 auto;
				padding: 40px 0;
				background: #f0f0f0;
			}

			.case .case_con {
				width: 1200px;
				overflow: hidden;
				margin: 0 auto;
			}

			.case_con ul li {
				width: 285px;
				height: 243px;
				line-height: 40px;
				overflow: hidden;
				float: left;
				text-align: center;
				margin: 0 7px 5px 7px;
			}

			.case_con ul li a {
				font-size: 16px;
			}

			.case_con ul li .pic {
				background: #f0f0f0;
				height: 210px;
				width: 285px;
				display: flex;
				justify-content: center;
				align-items: center;
			}

			.case_con ul li .pic img {
				max-width: 285px;
				max-height: 210px;
				overflow: hidden;
			}

			.index_tit {
				position: relative;
				height: 100px;
				text-align: center;
				z-index: 1;
			}

			.index_tit span {
				position: relative;
				display: block;
				height: 50px;
				color: #333;
				font-size: 44px;
				line-height: 50px;
				text-align: center;
			}

			.index_tit span h3 {
				position: relative;
				display: inline-block;
				font-weight: bold;
				padding: 0 35px;
			}

			.index_tit span h3:before,
			.index_tit span h3:after {
				content: " ";
				position: absolute;
				top: 50%;
				margin-top: -1px;
				left: 0;
				width: 18px;
				height: 1px;
				background: #000;
			}

			.index_tit span h3:after {
				left: auto;
				right: 0;
			}

			.index_tit p {
				color: #545657;
				font-size: 16px;
				line-height: 40px;
			}

			.index_cp {
				padding: 0;
				clear: both;
				overflow: hidden;
			}

			.w1200 {
				width: 1200px;
				margin: 0 auto;
				clear: both;
				display: block;
				padding: 0px 20px;
			}

			.index_cp {
				padding: 0;
				clear: both;
				overflow: hidden;
			}

			.index_cp ul {
				margin: 0;
				padding: 0;
				clear: both;
				overflow: hidden;
			}

			.index_cp li {
				float: left;
				width: 280px;
				overflow: hidden;
				background: #f4f4f4;
				line-height: 35px;
				text-align: center;
				border-collapse: collapse;
				margin: 0px 10px 25px 10px;
			}

			.index_cp li b {
				font-weight: normal;
				font-size: 16px;
			}

			.index_cp li a {
				display: block;
			}

			.index_cp li a .cp_name {
				display: block;
				width: 282px;
				height: 220px;
				color: #555;
				display: table-cell;
				/*图片容器以表格的单元格形式显示*/
				text-align: center;
				/* 实现水平居中 */
				vertical-align: middle;
				/*实现垂直居中*/
				overflow: hidden;
			}

			.index_cp li a:hover span {
				background: #DA251C;
				color: #fff;
			}

			.index_cp li a:hover b {
				color: #fff;
			}

			.index_cp li a img {
				width: 100%;
				vertical-align: middle;
			}

			.index_cp li span {
				line-height: 22px;
				padding: 30px 60px;
				background: #fff;
				display: block;
				font-size: 16px;
				text-align: center;
				clear: both;
			}
			
.dingsheng_nav {
  position: fixed;
  z-index: 999;
  right: 0;
  top: 170px;
  width: 140px;
  -ms-background-image: linear-gradient(to bottom right, #e24a2a, #b8221d);
  -moz-background-image: linear-gradient(to bottom right, #e24a2a, #b8221d);
  -webkit-background-image: linear-gradient(to bottom right, #e24a2a, #b8221d);
  background-image: linear-gradient(to bottom right, #e24a2a, #b8221d);
  border-radius: 10px;
  border: 4px solid #ca2c18;
  padding: 12px 0 30px;
}

.dingsheng_nav .weixin_code_nav {
  width: 110px;
  margin: 0 auto;
}

.dingsheng_nav .weixin_code_nav .img_box img {
  width: 100%;
}
.dianhua_nav font{font-weight: bold;}

.dingsheng_nav .weixin_code_nav .text {
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  padding-top: 2px;
}

.Statements_and_Schemes {
  padding: 12px 2px 10px 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-align-items: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.Statements_and_Schemes .item {
  margin-bottom: 7px;
}

.Statements_and_Schemes .item a {
  width: 160px;
  border: 1px solid #ee9586;
  border-radius: 10px;
  background: rgba(234,120,101,0.76);
  padding: 5px 10px 5px 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.15);
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}

.Statements_and_Schemes .item a .icon {
  width: 38px;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
}

.Statements_and_Schemes .item a .icon img {
  width: 100%;
}

.Statements_and_Schemes .item a .right_box {
  padding-left: 10px;
}

.Statements_and_Schemes .item a .right_box .tt {
  font-size: 14px;
  color: #70110a;
}

.Statements_and_Schemes .item a .right_box .text {
  font-size: 14px;
  color: #ffffff;
  padding-top: 2px;
}


.dingsheng_nav .dianhua_nav a {
  display: block;
  font-family: "Impact";
  font-size: 20px;
  color: #ffd343;
  text-align: center;
}

.dingsheng_nav .Free_inquiry {
  padding-top: 12px;
}

.dingsheng_nav .Free_inquiry a {
  display: block;
  width: 122px;
  margin: 0 auto;
}

.dingsheng_nav .Free_inquiry a img{
max-width: 100%;
}
